home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 66
/
Vol 66.iso
/
games
/
balones.swf
/
scripts
/
DefineSprite_343
/
frame_8
/
DoAction_2.as
next >
Wrap
Text File
|
2013-04-24
|
327b
|
25 lines
this.isCheck = 0;
i = 0;
while(i <= 7)
{
j = 0;
while(j <= 7)
{
if(eval("_root.mcB.mcM" + i + j).nType == "")
{
this.isCheck = 1;
}
j++;
}
i++;
}
if(this.isCheck)
{
trace(this.isCheck);
this.gotoAndPlay("flR");
}
else
{
_root.funcMatchCheck();
}